1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ##!/usr/bin/python2
## -*- coding: utf-8 -*-
<%page args="shot, page" />
<%
from pygolem_lite import Shot
from pygolem_lite.web import cat, emph, get_page_paths, make_image
page_path, base_path, page = get_page_paths(shot, page)
%>
<?php
if (file_exists('PH32.log')) {
?>
${make_image("plot.png")}
<h4>Data</h4>
<a href="PH32.log">PH32 logfile</a>
<?php } ?>
|